public class LOutFile extends LExport
| Constructor and Description |
|---|
LOutFile(java.io.File file) |
LOutFile(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Flushes buffer and closes output stream.
|
void |
openOutput(java.lang.String path) |
void |
write(byte b) |
void |
write(byte[] array)
Writes a byte array to the file.
|
public LOutFile(java.io.File file)
throws java.io.FileNotFoundException
file - File to open an exporter to.java.io.FileNotFoundExceptionpublic LOutFile(java.lang.String path)
throws java.io.FileNotFoundException
path - Path to open an exporter to.java.io.FileNotFoundExceptionpublic void write(byte b)
throws java.io.IOException
public void write(byte[] array)
throws java.io.IOException
LExportpublic void openOutput(java.lang.String path)
throws java.io.FileNotFoundException
openOutput in class LExportpath - Path to open a channel to.java.io.FileNotFoundException